home *** CD-ROM | disk | FTP | other *** search
/ Aminet 28 / Aminet 28 (1998)(GTI - Schatztruhe)[!][Dec 1998].iso / CED / cedscripts / ToggleLace.ced < prev    next >
Text File  |  1993-07-07  |  433b  |  20 lines

  1. /*
  2. ** ToggleLace.ced
  3. **
  4. ** $VER: ToggleLace.ced 1.0.1 (07.07.93)
  5. **
  6. ** This script simply toggles the state of the screen from interlaced
  7. ** to none interlaced, or vice versa.  As of CygnusEd V3.5 the
  8. ** 'interlace' command is only accessible from ARexx.
  9. **
  10. ** This script requires CygnusEd Professional v3.5 (or later) to run.
  11. **
  12. ** Copyright © 1993 ASDG, Incorporated  All Rights Reserved
  13. */
  14.  
  15. ADDRESS 'rexx_ced'
  16.  
  17. INTERLACE
  18.  
  19. EXIT 0
  20.